﻿@charset "utf-8";

/* Basic CSS starts */

*{
	font-family: Microsoft YaHei,Helvetica,Arial,sans-serif;
	white-space: normal;
	padding:0px;
	margin:0px;
}
body
{
    font-size:14px;
}

h1,h2,h3,h4,h5,h6{
	font-weight: bold;
}
ul, li {
    list-style: none;
}
img{max-width: 100%;}
p{
	margin:0;
	padding:0;
}

a,a:hover,a:active,a:focus{
	 text-decoration:none;
}

a:hover{

}

a:hover,a:active,a:focus {
	outline: 0;
}

hr{
	margin: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dbd8d8;
}

:focus {
	outline:none;
}

::-moz-focus-inner {
	border:0;
}
.clearfix {
    _zoom: 1;
}
.font12{
    font-size:12px;
}
.font14{
    font-size:14px;
}
.font16{
    font-size:16px;
}
.font18{
    font-size:18px;
}
.font20{
    font-size:20px;
}
.center{
    text-align:center;
}
.font-weight{
    font-weight:bold;
}
.no_weight{
    font-weight:500;
}
.colorred{
    color:#0159a3;
}
.color000{
    color:#000000;
}
.color333{
    color:#333333;
}
.color666{
    color:#666666;
}
.color999{
    color:#999999;
}
.P0{
    padding:0px;
}
.PT0{
    padding-top:0px;
}
.PB0{
    padding-bottom:0px;
}
.P5{
    padding:5px;
}
.P10{
    padding:10px;
}
.P15{
    padding:15px;
}
.PT5{
    padding-top:5px;
}
.PT10{
    padding-top:10px;
}
.PT15{
    padding-top:15px;
}
.PT20{
    padding-top:20px;
}
.PT30{
    padding-top:30px;
}
.PB5{
    padding-bottom:5px;
}
.PB10{
    padding-bottom:10px;
}
.PB15{
    padding-bottom:15px;
}
.PB20{
    padding-bottom:20px;
}
.PTB5{
    padding:5px 0px;
}
.PTB10{
    padding:10px 0px;
}
.PTB15{
    padding:15px 0px;
}
.PTB20{
    padding:20px 0px;
}
.PTB25{
    padding:25px 0px;
}
.PTB30{
    padding:30px 0px;
}
.PTB35{
    padding:35px 0px;
}
.PTB40{
    padding:90px 0px;
}
.MT30{
    margin-top:30px;
}
.MB10{
    margin-bottom:10px;
}
.MB15{
    margin-bottom:15px;
}
.MB20{
    margin-bottom:20px;
}
.MB30{
    margin-bottom:30px;
}
.btn {
    display: inline-block;
    height: 45px;
    padding: 0 20px;
    line-height: 45px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    -ms-border-radius:50px;
    -o-border-radius:50px;
    border-radius:50px;
}
.btn.btn-solid {
    background: #0159a3;
    color: #ffffff;
}
.btn.btn-solid:hover {
    background: #007d5f;
}
/***********************************header************************************/
.container-navbar{
    max-width: 1400px;
    margin: 0 auto;
}
.navbar-default {
    background-color: #ffffff;
    height:120px;
    position: relative;
    margin-bottom:0px;
    border-bottom:5px solid #007d5f;
}
.navbar-default .navbar-brand {
    padding:0px;
    padding-top: 28px;
    padding-right: 16px;
}
.navbar-default .navbar-nav {
    width:100%;
}
.navbar-default .navbar-nav > li {
    width:11%;
    text-align:center;
}
.navbar-default .navbar-nav > li > a {
    padding:47.5px 0px;
    font-size:16px;
    color:#333;
    width:100%;
}
.navbar-default .navbar-nav > .cur > a, .navbar-default .navbar-nav > .cur > a:focus, .navbar-default .navbar-nav > .cur > a:hover {
    color:#333;
    background-color: #FFF;
}
.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > .cur > a,.navbar-default .navbar-nav > li:hover > a{
    color: #0159a3;
    background-color:#FFF;
    background:url('../images/top_hover_current.png') no-repeat;
    background-position:center top;
}
.navbar-default .navbar-nav > li > a > .slicknav_arrow{
    font-size:14px;
    padding-left:3px;
    vertical-align:top;
}
.navbar-default .navbar-nav > li{
    position:relative;
    background:#FFFFFF;
}
.navbar-default .navbar-nav > li > ul{
    display:none;
    z-index:999;
    position:absolute;
    top:70%;
    background: #fff;
    width: 100%;
    -webkit-border-bottom-left-radius:5px;
    -moz-border-bottom-left-radius:5px;
    -ms-border-bottom-left-radius:5px;
    -o-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-bottom-right-radius:5px;
    -ms-border-bottom-right-radius:5px;
    -o-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;
}
.navbar-default .navbar-nav > li > ul li a {
    display:inline-block;
    padding:5px 0px;
    font-size:14px;
    color:#333;
    width:100%;
    text-align:center;
}
.navbar-default .navbar-nav > li > ul li a:hover,.navbar-default .navbar-nav > li > ul li.cur a {
    color:#E50014;
}
.navbar-default .navbar-nav > .li_down > ul > .li_last > a{
    border-bottom: 1px solid #ddd;
    -webkit-border-bottom-left-radius:5px;
    -moz-border-bottom-left-radius:5px;
    -ms-border-bottom-left-radius:5px;
    -o-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-bottom-right-radius:5px;
    -ms-border-bottom-right-radius:5px;
    -o-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;
}
.navbar-default .navbar-nav > li.li_down:hover a{
    border: 1px solid #ddd;
    border-top: none;
    border-bottom: none;
}
.navbar-default .navbar-nav > li.li_down:hover .list{
    display:block;
}
/***********************************Slider************************************/
 .callbacks_container{
     position:relative;
 }
#slider3,#slider4 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks_nav.prev {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 25px;
    height: 39px;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    background: transparent url("../images/icons.png") no-repeat;
    background-position: 0 0;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 25px;
    height: 39px;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    background: transparent url("../images/icons.png") no-repeat;
    background-position: -25px 0;
}
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 9px;
    border-radius: 18px;
    width: 30px;
    display: inline-block;
    background: #fff;
	border:1px solid #fff;
}
.callbacks_here a:after{
	background: #0159a3;
    border-color:#0159a3;
}
.callbacks_tabs {
    list-style: none;
    position: absolute;
    bottom: 10px;
    z-index: 111;
    left: 0;
    padding: 0;
    margin: 0;
    width:100%;
    text-align:center;
}
.callbacks_tabs li{
	display:inline-block;
}

.honor-slider{
  position: relative;
  width: 100%;  
}
.honor-slider .slick-slide{
  padding: 0 5px;
}

.honor-slider img {
  max-width: 100%;
}

.honor-slider .slick-prev {
	border: none;
    position: absolute;
    left: -40px;
    top: 50%;
    margin-top: -15px;
    width: 25px;
    height: 39px;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    background: transparent url("../images/icons.png") no-repeat;
    background-position: 0 0;
}

.honor-slider .slick-next {
	border: none;
    position: absolute;
    right: -40px;
    top: 50%;
    margin-top: -15px;
    width: 25px;
    height: 39px;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    background: transparent url("../images/icons.png") no-repeat;
    background-position: -25px 0;
}
@media(max-width: 767px) {
	.honor-slider .slick-prev {
		left: 10px;
	}
	.honor-slider .slick-next {
		right: 10px;
	}

}
/***********************************index************************************/
.maxwidth-1120{
    max-width:1120px;
    margin:0 auto;
}
.container {
    max-width:1120px;
}
.div-banner{
    width:100%;
    min-height:84px;
    overflow-y:auto;
    padding-top:10px;
    background:#FFF;
    margin-top:18px;
    margin-bottom:18px;
}
.div-banner img{
    width:200px;
    height:64px;
    cursor:pointer;
}

.div-banner .banner-item{
    background:#fff;
    text-align:center;
    padding-bottom: 10px;
}
.div-user{
    width:100%;
    min-height:152px;
    overflow-y:auto;
}
.div-user .user-item{
    cursor:pointer;
    border:2px solid #FFF;
    background:#fff;
    text-align: center;
}
.div-user .user-item .title{
    font-size:16px;
    text-align:center;
    padding-top:5px;
    padding-bottom:15px;
}
.div-user .user-item.cur{
    border-color:#31BDDE;
}
.div-application-pc{
    width:100%;
    min-height:300px;
    background:#FFF;
    overflow-y:auto;
    margin-top: 20px;
}
.div-title{
    width:100%;
    text-align:center;
    padding-top:30px;
    font-size:14px;
}
.div-title span{
  color:#31BDDE;
}
.path-item {
    height: 127px;
    padding: 15px;
    position: relative;
}

.path-item .path-img {
    text-align: left;
    padding: 0;
}
.path-item .path-img img {
    width: 85px;
    height: 85px;
}
.path-item .path-name {
    color: #565656;
    font-size: 16px;
    padding-top: 6px;
    white-space: nowrap;
    word-wrap: normal;
    word-break: normal;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 5px;
}
.path-item .path-course-mark {
    color: #9b9da2;
    font-size: 14px;
    padding-top: 5px;
    white-space: nowrap;
    word-wrap: normal;
    word-break: normal;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 5px;
}
.path-item .path-course-desc {
    color: #F74A4A;
    font-size: 12px;
    padding-top: 5px;
    padding-left: 5px;
}
.path-item .desc-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #31BDDE;
    padding: 15px 20px;
    cursor:pointer;
    display:none;
}
.path-item .desc-layer .center {
    height:100%;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align:center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.path-item .desc-layer .center h4{
    font-size: 14px;
}
.path-item .desc-layer .center  p{
   padding-bottom:15px;
}
.path-item .desc-layer .center  span{
    border:1px solid #fff;
    padding:5px 25px;
}
.path-item:hover .desc-layer,.path-item.cur .desc-layer{
    display:block;
}
.div-application-pc-title{
    width:97%;
    height:50px;
    margin:0 auto;
    position:relative;
    border-bottom:1px solid #EEEEEE;
    margin-bottom:20px;
}
.div-application-pc-title span{
  position:absolute;
  top:8px;
  padding:10px 10px;
  border-bottom:2px solid #31BDDE;
}
.colored-line {
    display:inline-block;
    width: 40px;
    height: 2px;
    background: #007d5f;
    margin: 10px 0 10px;
}
.featured-article-wrapper .info-block .title {
    line-height:25px;
}
.featured-article-wrapper .info-block p.highlight {
    line-height:25px;
}
.heng_box {
    background: url(../images/home_plan_bg.jpg);
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 5% 0px 5%;
}
.heng_box .plan_com {
    max-width: 1120px;
    margin: auto;
}
.heng_box .plan_com .c1_list .item{
    background:#FFFFFF;
    opacity:0.9;
    padding:30px;
    text-align:center;
    font-size:16px;
    margin:15px 20px;
}
.heng_box .plan_com .c1_list .item .c1_img{
    min-height:80px;
    overflow:hidden;
	border:1px solid #ccc;
	background: #fff;
}
.heng_box .plan_com .c1_list .item .c1_img img{
    display:inline-block;
}
.heng_box .plan_com .c1_list .item .c1_titleText{
    padding:20px 0px;
}
.heng_box .plan_com .c1_list .item .c1_btn a{
    display:inline-block;
    width:80px;
    height:25px;
    line-height:25px;
    text-align:center;
    color:#FFF;
    font-size:12px;
    background:#0159a3;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    border:1px solid #0159a3;
}
.heng_box .plan_com .c1_list .item:hover{
    opacity:1;
}
.heng_box .plan_com .c1_list .item:hover a{
   background:#FFFFFF;
   color:#0159a3;
}
.more_plan a{
    display:inline-block;
    width:90px;
    height:32px;
    line-height:32px;
    text-align:center;
    color:#FFF;
    font-size:12px;
    background:#0159a3;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    border:1px solid #0159a3;
}
.more_plan a:hover{
   background: #007d5f;
}
.heng_box_1{
    background: url(../images/bg_grid.png);
}
.heng_box_1 .plan_com .c1_list .item{
    background:none;
    font-size:16px;
    margin:15px 0px;
    display:block;
    padding: 0px;
    overflow:hidden;
    position:relative;
}
.heng_box_1 .plan_com .c1_list .item .c1_titleText{
    width:100%;
    background:#000;
    opacity:0.7;
    color:#FFF;
    padding:6px 15px;
    position:absolute;
    left:0px;
    bottom:0px;
}
.heng_box_1 .plan_com .c1_list .item .c1_img img{
    width:100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
.heng_box_1 .plan_com .c1_list .item .c1_img img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.heng_box_2{
    background: #FFFFFF;
}
.heng_box_2 .plan_com .c1_list .heng_box_2{
    padding:10px;
}
.heng_box_2 .plan_com .c1_list .item{
    background:none;
    font-size:16px;
    margin:0px;
    display:block;
    overflow:hidden;
    padding: 0px;
    font-size:14px;
    color:#333333;
}
.heng_box_2 .plan_com .c1_list .item .c1_titleText{
    width:100%;
    padding: 11px 10px 0px 10px;
}
.heng_box_2 .plan_com .c1_list .item .c1_img img{
    width:100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
.heng_box_2 .plan_com .c1_list .item .c1_img img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.btn_tab a{
    display: inline-block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    background: #FFFFFF;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius: 3px;
    border: 1px solid #DDDDDD;
}
.btn_tab a:hover,.btn_tab a.cur{
    color: #FFF;
    background: #E50014;
    border-color:#CE0010;
}
.heng_box_3{
    background: #FBFBFB;
}
.heng_box_3 .home_news .imgd{
    overflow:hidden;
}
.home_news .n_left{
    padding-bottom:20px;
}
.heng_box_3 .home_news .imgd img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
.heng_box_3 .home_news .imgd img:hover{
     -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.heng_box_3 .home_news .new_title:hover{
    color:#E50014;
}
.home_news .n_right ul{
    position:relative;
    top:-10px;
}
.home_news .n_right ul li {
    border-bottom: 1px solid #ededed;
    padding: 0px 0px 25px 0px;
    min-height:50px;
    overflow-y:auto;
}
.home_news .n_right ul li .ri {
    width: 15%;
    float: left;
    font-family: "微软雅黑";
    max-width: 90px;
    color: #666666;
    font-weight: normal;
    text-align: center;
}
.home_news .n_right ul li .ri i {
	font-style: normal;
	font-size: 25px;
	height: 48px;
	line-height: 48px;
	width: 98%;
	margin: auto;
	display: block;
	overflow: hidden;
	margin-bottom: 0px;
}
.home_news .n_right ul li .ri time {
	font-size: 14px;
	width: 98%;
	margin: auto;
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	color: #666;
}
.home_news .n_right ul li .wen_nei {
	width: 84%;
	float: right;
}
.home_news .n_right ul li .wen_nei h4 {
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	color: #333333;
	margin-bottom: 0px;
	overflow: hidden;
	width: 100%;
    font-weight: normal;
}
.home_news .n_right ul li .wen_nei p {
	color: #666;
	font-size: 12px;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
}
.home_news .n_right ul li:last-child {
	border-bottom: none;
}
.home_news .n_right ul li:hover .wen_nei h4 {
	color: #F44336;
}
/***********************************产品中心-列表************************************/
.heng_box_pro{
    padding-top:0px;
    padding-bottom: 1%;
}
.plan_com_con{
    width:100%;
    background:#FFFFFF;
    
    border-bottom:1px solid #DDD;
}
.txt_tab div a{
    display:block;
    padding:15px 0px;
    color:#666666;
    font-size:14px;
    text-align:center;
    border-bottom:2px solid #ffffff;
}
.txt_tab div a:hover,.txt_tab div a.cur{
   color:#E50014;
   border-color:#E50014;
}
.txt_tab div .btn,.txt_tab div .btn-default{
   background:none;
   border:none;
   box-shadow:none;
   padding-top: 5px;
   color: #666666;
   font-size: 14px;
   text-align: center;
   background:none;
   border:none;
   box-shadow:none;
}
.txt_tab div .btn:hover,.txt_tab div .btn:focus,.txt_tab div .btn:active{
   background:none;
   border:none;
   box-shadow:none;
}
.txt_tab div .btn-default:hover,.txt_tab div .btn-default:focus,.txt_tab div .btn-default:active{
   background:none;
   border:none;
   box-shadow:none;
}
.txt_tab .open > .dropdown-toggle.btn-default{
   background:none;
   border:none;
   box-shadow:none;
}
.txt_tab .dropdown-menu{
    margin: 7px 0 0;
}
.txt_tab .dropdown-menu .cur a{
   color:#E50014;
   border-color:#E50014;
}
/***********************************产品中心-详情************************************/
.c1_detail{
    padding:35px;
    background:#FFFFFF;
    border:1px solid #DDDDDD;
}
.c1_detail .h4{
   text-align:center;
   padding-top:0px;
   margin-top:0px;
   font-weight: 600;
   line-height:36px;
}
.c1_detail .time{
   text-align:center;
   padding-top:5px;
   padding-bottom:30px;
   color:#666666;
}
.c1_detail .detailsCont img{
   max-width:100%;
}
.c1_detail .detailsCont p{
   line-height:25px;
}
.c1_detail .c1_brand{
    font-size:16px;
}
.c1_detail .c1_brand a:hover{
    color:#E50014;
    text-decoration:underline;
}
/***********************************服务咨询************************************/
.c1_service{
    padding:20px;
    background:#FFFFFF;
    border:1px solid #DDDDDD;
    min-height:100px;
    overflow-y:auto;
}
.c1_service .item{
    border:1px solid #DDD;
    padding:15px 0px;
    margin-bottom:15px;
    font-size:16px;
    padding-left:15px;
}
.c1_service .item a{
    display:inline-block;
    width:45px;
    height:30px;
    background:url('../images/selector_disable.png') no-repeat;
    vertical-align: middle;
}
.c1_service .item a.cur{
    background:url('../images/selector_enable.png') no-repeat;
}
.c1_service .btnSubmit{
    display:block;
    width:150px;
    height:50px;
    line-height:50px;
    text-align:center;
    color:#FFFFFF;
    font-size:16px;
    background:#E50014;
}
.c1_service .btnSubmit:hover{
    background:#D20010;
}
.c1_service_detail .h4{
   text-align:center;
   padding-top:0px;
   margin-top:0px;
   font-weight: 600;
}
.c1_service_detail .detailsCont img{
   max-width:100%;
}
.c1_service_detail .detailsCont p{
   line-height:25px;
}
.btn_tab_service div{
    margin-bottom:10px;
}
.btn_tab_service a{
    height:36px;
    line-height:36px;
}
.btn_tab_service span{
    height:36px;
    line-height:36px;
}
/***********************************工程案例************************************/
.heng_box_case{
    padding-top:0px;
    padding-bottom: 1%;
    background: url(../images/bg_grid.png);
}
.heng_box_case .heng_box_2{
    background: none;
}
.heng_box_case .plan_com .c1_list .item .c1_titleText{
    padding: 15px 10px 0px 10px;
}
.pictrueCont{
    height: 100%;
}
.pictrueCont .banner {
    text-align: center;
}
.pictrueCont .banner .div_img{
     max-width: 800px;
    overflow:hidden;
    margin:0 auto;
}
.pictrueCont .banner img{
    max-width: 800px;
    display: inline-block;
     -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
.pictrueCont .banner img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.pictrueCont .callbacks_nav.prev, .pictrueCont .callbacks_nav.next{
    display:inline-block;
    width:40px;
    height:64px;
    cursor:pointer;
}
.pictrueCont .callbacks_nav.prev{
    background: url(../images/btn_l.png) no-repeat;
}
.pictrueCont .callbacks_nav.next{
    background: url(../images/btn_r.png) no-repeat;
}
.pictrueCont .callbacks_nav.prev:hover,.pictrueCont .callbacks_nav.prev:focus,.pictrueCont .callbacks_nav.prev:active{
    background: url(../images/btn_l_hover.png) no-repeat;
}
.pictrueCont .callbacks_nav.next:hover,.pictrueCont .callbacks_nav.next:focus,.pictrueCont .callbacks_nav.next:active{
    background: url(../images/btn_r_hover.png) no-repeat;
}
/***********************************关于恒宇************************************/
.c1_detail .aboutCon img{
   max-width:100%;
}
.c1_detail .aboutCon p{
   line-height:25px;
}
.aboutCon .textindent30{
    text-indent:30px;
}
.aboutCon .item{
  color:#FFFFFF;
  text-align:center;
  background:#2C4971;
  padding:20px;
  min-height:142px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px;
}
.aboutCon .hidden-xs .item{
  background:none;
}
.aboutCon .item .div1{
   font-size:22px;
   display:inline-block;
}
.aboutCon .item .div2{
   font-size:14px;
   display:inline-block;
   padding:10px 0px;
}
.aboutCon .item-title{
   background:#DD4F4F;
}
.aboutCon .item-title .div2{
   font-size:24px;
}
.aboutCon .item-con .div2{
   text-align:justify;
   min-height: 100px;
}
.aboutCon .post-list{
    min-height:100px;
    overflow-y:auto;
    padding-top:25px;
    padding-bottom:25px;
    border-bottom:1px solid #DDDDDD;    
}
.aboutCon .post-list .thumb-container{
    overflow:hidden;
    border:1px solid #ddd;
}
.aboutCon .post-list .thumb-container img{
   width:100%;
   min-height:100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
.aboutCon .post-list .thumb-container img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.aboutCon .post-list .entry__title a:hover{
    color:#E50014;
}
.aboutCon .post-list:first-child{
    padding-top:0px;
}
/***********************************解决方案************************************/
.heng_box_plan{
    background:url('../images/bg_grid.png');
}
/***********************************联系我们************************************/
/*.heng_box .plan_com_contact{
    max-width:750px;
    margin:0 auto;
}*/
.heng_box .plan_com_contact .h4{
    text-align:left;
}
/*.heng_box .plan_com_contact .h4.center{
    text-align:center;
}*/
.heng_box .plan_com_contact .info{
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #333333;
}
.heng_box .plan_com_contact img{
    max-width:100%;
}
/*.heng_box .plan_com_contact .container {
    max-width: 750px;
}*/
.form-inline .form-group{
    width:100%;
    padding-bottom:10px;
}
.form-inline .form-group .form-control{
    width:100%;
}
.form-inline .form-group .code{
    width:200px;
}
.form-inline .form-group .code_img{
    width:80px;
    margin-left:5px;
    margin-right:5px;
    display:inline-block;
}
.form-inline .form-group .load{
    display:inline-block;
}
.form-inline .form-group .load:hover{
    color:#E50014;
}
.form-inline .form-group .btnSubmit{
    display:inline-block;
    font-size:16px;
    text-align:center;
    padding:10px 30px;
    color:#FFFFFF;
    background:#E50014;
    margin-top:10px;
    border:none;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
}
.form-inline .form-group .btnSubmit:hover{
    background:#D20010;
}
/***********************************视频中心************************************/
.c1_list_video .item{
   cursor:pointer;
}
.c1_list_video .c1_video{
    width:60px;
    height:60px;
    background:url('../images/icon_video_default.png') no-repeat;
    position: absolute;
    top: 35%;
    left: 42%;
}
.c1_list_video .item:hover .c1_video{
   background:url('../images/icon_video_hover.png') no-repeat;
}
/***********************************分页************************************/
.pager {
	margin-top: 10px;
}
.pager .mobile{
    display:none;
}
.pager .pxofy {
	color: #333333;
	text-align: left;
	padding-left: 0px;
}
.pager .pagin-list {
	color: #333333;
	text-align: right;
	padding-right: 0px;
}
.pager .goto {
	float: right;
	margin-left: 10px;
}
.pager .goto .text {
	padding: 0;
}
.pager .goto input[type=text] {
	float: left;
	width: 25px;
	height: 22px;
	border: 1px solid #8EB2D2;
	outline: none;
	text-align: center;
}
.pager a, .pager span {
	display: inline-block;
	line-height: 24px;
	padding: 0 9px;
    -webkit-border-radius:2px;
    -moz-border-radius:25px;
    -ms-border-radius:2px;
    -o-border-radius:2px;
	border-radius: 2px;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif !important;
}
.pager a {
	text-decoration: none;
	border: solid 1px;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
}
.pager a {
	color: #000000;
	border-color: #8EB2D2;
	background: #eaf4fa;
}
.pager .current {
	cursor: default;
	border: solid 1px;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
}
.pager a {
	color: #333333;
	border-color: #dddddd;
	background: #F5F5F5;
}
.pager a:hover {
	color: #fff;
	border-color: #E40014;
	background: #E40014;
}
.pager a.last {
	margin-right: 0px;
}
.pager .current {
	color: #fff;
	border-color: #E40014;
	background: #E40014;
}
.pager .current.prev, .pager .current.next {
	color: #B9B9B9;
	border-color: #D3D3D3;
	background: #fff;
}
.pager .current.prev, .pager .current.next {
	color: #B9B9B9;
	border-color: #D3D3D3;
	background: #fff;
}
.pager input {
	display: inline-block;
	width: 50px;
	text-align: center;
	line-height: 24px;
	margin-right: 5px;
	border: 1px solid #dddddd;
}


/***********************************footer************************************/
.footer {
    border-top: 3px solid #007d5f;
    width: 100%;
    background:#F4F4F4;
}
.footer_com {
    max-width: 1120px;
    width: 100%;
    margin: auto;
    padding: 15px 0px;
}
.footer_com .bottom{
     margin-bottom:25px;
     padding:0px;
}
.footer_com .item{
  
   position:relative;
   text-align:center;
   padding-bottom:10px;
}
.footer_com .item img{
    display:inline-block;
    width: 100%;
}
.footer_com .item a{
    position:absolute;
    top:0;
    left:0;
      width:100%;
      height:100%;
      text-align:center;
      color:#fff;
      font-size:18px;
      padding-top:15%;
}
.footer_com .item:hover{
  opacity:0.8;
}

.footer_com .di_nav a {
    display: block;
    color: #666666;
    font-size: 14px;
    overflow: hidden;
    width: 100%;
    padding: 5px 10px 5px 0px;
}
.footer_com .di_nav a:hover {
    color: #E50014;
}
.footer_com  .tit {
    font-size: 16px;
    width: 100%;
    color: #333333;
	margin-bottom: 10px;
}
 .yqlj{
	overflow: hidden
}
.yqlj li{
	float: left;
	width: 20%;
	padding: 10px;
}
.yqlj li img{
	max-width: 100%;
}

.aboutCon .yqlj li img{
	border: 1px solid #ccc;
}
.vcenter {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.footer_com .er_right{
    padding:0px 0px 0px 30px;
}
.footer_com .er_right .er {
    padding:0px;
}
.footer_com .er_right .er .pic img {
    box-sizing: content-box;
    padding-right:20px;
    display: inline-block;
}
.footer_com .er_right .dian p {
    display: block;
    color: #666;
    font-size: 14px;
    padding:3px 0px;
}
.footer_com .er_right .dian .p2,.footer_com .er_right .dian .p3 {
    color: #0159a3;
    font-size:20px;
    font-weight:bold;
}
.copy {
    width: 100%;
    margin:0 auto;
    padding: 6px 15px;
    color: #7a7a7a;
    font-size: 12px;
    background:#EDEDED;
}
.copy span {
    color:#333;
    font-size:14px;
    text-align: center;
    width: 100%;
    display: inline-block;
}
.copy .link a {
    color:#333;
    font-size:14px;
    text-align: center;
    width: 100%;
    cursor:pointer;
    padding:0px 5px;
}
.copy .link a:hover {
    color: #E50014;
}
/***********************************底部导航************************************/
#tool {
	height: 52px;
	display: none;
}

#tool .toollist {
	position: fixed;
	z-index: 9999;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	height: 52px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.toollist li {
	float: left;
	width: auto;
	height: 100%;
	width: 25%;
	position: static!important;
	margin: 0;
	border-radius: 0!important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	box-flex: 1;
	-webkit-box-sizing: border-box;
	box-shadow: none!important;
	background: none;
}

.toollist li a {
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
	text-decoration: none;
	padding-top: 6px;
	position: relative;
}

.toollist li a img {
	width: 24px;
	height: 24px;
}

.toollist li a p {
	margin: 1px 0 1px 0;
	font-size: 14px;
	display: block !important;
	line-height: 18px;
	text-align: center;
}

.toollist_gray {
	background: #0159a3;
}

.toollist_gray li {
	border-right: 1px solid #ffffff;
}

.toollist_gray li a {
	color: #fff;
}
